home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / download-item < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  1.3 KB  |  29 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       xmlns:t="http://www.participatorypolitics.org/"
  5.       xmlns:i18n="http://www.participatoryculture.org/i18n"
  6.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  7. <head>
  8.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  9.     <t:include filename="dynamic.js" />
  10. </head>
  11.  
  12. <body>
  13. <div class="main-video draggable ***this.getSelectedState(view)*** ***this.getMoreInfoState()***"
  14.         dragsourcetype="***this.getDragType()***" 
  15.         dragsourcedata="itemlist-***this.getID()***" 
  16.         dragicon="video-tnail-***viewName + str(this.getID())***" 
  17.         dragdesttype="***viewName == 'playlistView' and 'downloadeditem' or ''***"
  18.         dragdestdata="playlistitem-***this.getID()***"
  19.         onmousedown="return handleContextMenuSelect(event);" 
  20.         drageffectdownloadeditem="move"
  21.         selectID="***this.getID()***" selectViewName="@@@viewName@@@"
  22.         selectArea='itemlist' 
  23.         onclick="return handleSelect(event);" 
  24.         ondblclick="return handleDblClick(event, '@@@viewName@@@', @@@this.getID()@@@);" >
  25.     <div t:replaceMarkup="this.getItemXML(viewName)" />
  26. </div>
  27. </body>
  28. </html>
  29.